vendor/golang.org/x/crypto/cryptobyte.String.Empty (method)
97 uses
vendor/golang.org/x/crypto/cryptobyte (current package)
asn1.go#L705: if !i.ReadASN1Integer(out) || !i.Empty() {
asn1.go#L726: if !child.ReadASN1(&oct, asn1.OCTET_STRING) || !child.Empty() {
string.go#L181: func (s String) Empty() bool {
crypto/ecdsa
ecdsa.go#L539: !input.Empty() ||
ecdsa.go#L542: !inner.Empty() {
ecdsa_legacy.go#L79: !input.Empty() ||
ecdsa_legacy.go#L82: !inner.Empty() {
crypto/tls
ech.go#L86: for !cipherSuites.Empty() {
ech.go#L108: for !extensions.Empty() {
ech.go#L250: for !extensions.Empty() {
ech.go#L311: for !extensions.Empty() {
ech.go#L325: for !extData.Empty() {
ech.go#L512: if !s.Empty() {
handshake_messages.go#L436: for !cipherSuites.Empty() {
handshake_messages.go#L451: if s.Empty() {
handshake_messages.go#L457: if !s.ReadUint16LengthPrefixed(&extensions) || !s.Empty() {
handshake_messages.go#L462: for !extensions.Empty() {
handshake_messages.go#L480: if !extData.ReadUint16LengthPrefixed(&nameList) || nameList.Empty() {
handshake_messages.go#L483: for !nameList.Empty() {
handshake_messages.go#L488: serverName.Empty() {
handshake_messages.go#L517: if !extData.ReadUint16LengthPrefixed(&curves) || curves.Empty() {
handshake_messages.go#L520: for !curves.Empty() {
handshake_messages.go#L540: if !extData.ReadUint16LengthPrefixed(&sigAndAlgs) || sigAndAlgs.Empty() {
handshake_messages.go#L543: for !sigAndAlgs.Empty() {
handshake_messages.go#L554: if !extData.ReadUint16LengthPrefixed(&sigAndAlgs) || sigAndAlgs.Empty() {
handshake_messages.go#L557: for !sigAndAlgs.Empty() {
handshake_messages.go#L577: if !extData.ReadUint16LengthPrefixed(&protoList) || protoList.Empty() {
handshake_messages.go#L580: for !protoList.Empty() {
handshake_messages.go#L582: if !protoList.ReadUint8LengthPrefixed(&proto) || proto.Empty() {
handshake_messages.go#L593: if !extData.ReadUint8LengthPrefixed(&versList) || versList.Empty() {
handshake_messages.go#L596: for !versList.Empty() {
handshake_messages.go#L615: for !clientShares.Empty() {
handshake_messages.go#L639: if !extensions.Empty() {
handshake_messages.go#L643: if !extData.ReadUint16LengthPrefixed(&identities) || identities.Empty() {
handshake_messages.go#L646: for !identities.Empty() {
handshake_messages.go#L656: if !extData.ReadUint16LengthPrefixed(&binders) || binders.Empty() {
handshake_messages.go#L659: for !binders.Empty() {
handshake_messages.go#L676: if !extData.Empty() {
handshake_messages.go#L885: if s.Empty() {
handshake_messages.go#L891: if !s.ReadUint16LengthPrefixed(&extensions) || !s.Empty() {
handshake_messages.go#L896: for !extensions.Empty() {
handshake_messages.go#L923: if !extData.ReadUint16LengthPrefixed(&protoList) || protoList.Empty() {
handshake_messages.go#L928: proto.Empty() || !protoList.Empty() {
handshake_messages.go#L934: if !extData.ReadUint16LengthPrefixed(&sctList) || sctList.Empty() {
handshake_messages.go#L937: for !sctList.Empty() {
handshake_messages.go#L993: if !extData.Empty() {
handshake_messages.go#L1062: !s.ReadUint16LengthPrefixed(&extensions) || !s.Empty() {
handshake_messages.go#L1067: for !extensions.Empty() {
handshake_messages.go#L1083: if !extData.ReadUint16LengthPrefixed(&protoList) || protoList.Empty() {
handshake_messages.go#L1088: proto.Empty() || !protoList.Empty() {
handshake_messages.go#L1115: if !extData.Empty() {
handshake_messages.go#L1158: !s.ReadUint8(&updateRequested) || !s.Empty() {
handshake_messages.go#L1217: !s.Empty() {
handshake_messages.go#L1221: for !extensions.Empty() {
handshake_messages.go#L1239: if !extData.Empty() {
handshake_messages.go#L1321: !s.ReadUint8LengthPrefixed(&context) || !context.Empty() ||
handshake_messages.go#L1323: !s.Empty() {
handshake_messages.go#L1327: for !extensions.Empty() {
handshake_messages.go#L1342: if !extData.ReadUint16LengthPrefixed(&sigAndAlgs) || sigAndAlgs.Empty() {
handshake_messages.go#L1345: for !sigAndAlgs.Empty() {
handshake_messages.go#L1355: if !extData.ReadUint16LengthPrefixed(&sigAndAlgs) || sigAndAlgs.Empty() {
handshake_messages.go#L1358: for !sigAndAlgs.Empty() {
handshake_messages.go#L1368: if !extData.ReadUint16LengthPrefixed(&auths) || auths.Empty() {
handshake_messages.go#L1371: for !auths.Empty() {
handshake_messages.go#L1383: if !extData.Empty() {
handshake_messages.go#L1529: !s.ReadUint8LengthPrefixed(&context) || !context.Empty() ||
handshake_messages.go#L1531: !s.Empty() {
handshake_messages.go#L1546: for !certList.Empty() {
handshake_messages.go#L1554: for !extensions.Empty() {
handshake_messages.go#L1576: if !extData.ReadUint16LengthPrefixed(&sctList) || sctList.Empty() {
handshake_messages.go#L1579: for !sctList.Empty() {
handshake_messages.go#L1593: if !extData.Empty() {
handshake_messages.go#L1649: len(m.response) == 0 || !s.Empty() {
handshake_messages.go#L1713: s.Empty()
handshake_messages.go#L1882: return readUint16LengthPrefixed(&s, &m.signature) && s.Empty()
ticket.go#L205: for !extra.Empty() {
ticket.go#L252: for !chainList.Empty() {
ticket.go#L262: for !certList.Empty() {
crypto/x509
parser.go#L149: for !raw.Empty() {
parser.go#L155: for !set.Empty() {
parser.go#L188: if der.Empty() {
parser.go#L386: for !der.Empty() {
parser.go#L469: for !der.Empty() {
parser.go#L489: for !der.Empty() {
parser.go#L553: !outer.Empty() ||
parser.go#L556: !toplevel.Empty() {
parser.go#L569: for !subtrees.Empty() {
parser.go#L725: for !val.Empty() {
parser.go#L741: for !dpNameDER.Empty() {
parser.go#L819: for !val.Empty() {
parser.go#L849: for !val.Empty() {
parser.go#L1038: for !extensions.Empty() {
parser.go#L1198: for !revokedSeq.Empty() {
parser.go#L1224: for !extensions.Empty() {
parser.go#L1262: for !extensions.Empty() {
![]() |
The pages are generated with Golds v0.8.5. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |